-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixing thrown errors fixed the closing problem #2425
Conversation
- some linked tiles had empty string ids, so this caused react to complain about duplicate keys - the geometry board couldn't be destroyed, the uncaught exception prevented React from re-rendering the sort work tab
collaborative-learning Run #13987
Run Properties:
|
Project |
collaborative-learning
|
Run status |
Passed #13987
|
Run duration | 14m 37s |
Commit |
6d427551e5: fixing thrown errors fixed the closing problem
|
Committer | Scott Cytacki |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
3
|
Skipped |
0
|
Passing |
112
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2425 +/- ##
==========================================
+ Coverage 85.38% 86.27% +0.89%
==========================================
Files 742 742
Lines 38379 38382 +3
Branches 9801 9802 +1
==========================================
+ Hits 32769 33115 +346
+ Misses 5304 4967 -337
+ Partials 306 300 -6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
PT-188339926